home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / 3dprograms / iitextures / colorcube.doc < prev    next >
Text File  |  1995-02-13  |  3KB  |  68 lines

  1. ColorCube.itx : A space filling texture.
  2. Type: Color, Reflect, Filter.
  3.  
  4. Overview:
  5. =========
  6.  This Imagine 3.x texture creates a three-dimensional color cube that
  7.  surrounds your object.  Using this texture on a cube results in half a
  8.  million colors flowing smoothly over the surface.  Repeatable color,
  9.  reflect and filter mapping are supported.
  10.  
  11.  At least a 68020 and an FPU are required.  The integer version of Imagine is
  12.  not supported, sorry.
  13.  
  14. Usage:
  15. ======
  16.  The default parameters provide a three dimensional non-repeating
  17.  color-mapped space that contains all 16 million colors.  The coloring is
  18.  based on the texture axis.  Red runs along the X axis, green follows Y and
  19.  blue is mapped to Z.  At 0,0,0 (based on the texture axis) you get black,
  20.  and at the end of the positive side is white.  You must make sure that you
  21.  place the axis properly when not using repeat.  Your object should be
  22.  completely enclosed within the positive side of the texture axis, just like
  23.  when applying a brush map.  This texture is similar to the Rainbow.itx that
  24.  comes with Imagine 3.0 with the main difference being the ability to modify
  25.  the objects colors instead of replace them.
  26.  
  27. parameters:
  28. ===========
  29.  
  30.  ColorBlend, ReflectionBlend, and TransparencyBlend.
  31.  ---------------------------------------------------
  32.   These three values determine how strongly the texture is mixed with the
  33.   existing values of your objects surface.  A 0.0 would leave the surface
  34.   untouched, a 0.5 would result in an even mix between the old and the new,
  35.   and a 1.0 (default for color) leaves nothing of the original attributes.
  36.  
  37.  MaxRed, MaxGreen, and MaxBlue.
  38.  ------------------------------
  39.   This is the color used at the far side of the texture axis. The default
  40.   is set to white.  Lowering these values will darken the entire object,
  41.   raising them too much can wash it out.  Try 300-350 for bright colors.
  42.   Setting any to -1 will turn off that color axis.
  43.  
  44.  ColorRepeat, ReflectionRepeat, and TransparencyRepeat.
  45.  ------------------------------------------------------
  46.   This turns on the repeat for each of the different mapping techniques.
  47.   Normally the texture is only applied inside the bounding box.  This option
  48.   repeats the texture smoothly for infinity in all directions.  Set to one
  49.   to enable repeat, any other value to disable it.
  50.  
  51. Notes:
  52. ======
  53.  
  54.     A rotating cube standing on one edge can be a good example animation
  55.   for 24 bit boards, or ones like DCTV or the new HAM-8 modes.
  56.  
  57.     In trace mode, transparency can give great shadows and lighting effects.
  58.   Try morphing an object out of camera view, using the filtered rays to light
  59.   your scene.  Interesting.
  60.  
  61.     Rotate the axis in one or more directions and apply it repeatedly to the
  62.   ground for a good effect.
  63.  
  64. ***************************************************
  65.  Ian M. Smith
  66.  Fido-Usenet: Ian.Smith@f564.n2601.z1.fidonet.org
  67. ***************************************************
  68.